GetBackgroundColorsRequest

data class GetBackgroundColorsRequest(nodeId: NodeId)

Represents request frame that can be used with CSS#getBackgroundColors operation call.

See also

Constructors

GetBackgroundColorsRequest
Link copied to clipboard
fun GetBackgroundColorsRequest(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node to get background colors for.

Sources

jvm source
Link copied to clipboard